home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-02-17 | 448 b | 12 lines | [TEXT/KAHL] |
- /* Prototypes for the animated cursor subroutines.
- See “AnimCurs.c” for details on how to call these.
- */
-
- void acStartHG (int delay); /* set up for an hourglass cursor */
- void acStartW1 (int delay); /* set up for one-handed watch */
- void acStartW2 (int delay); /* set up for two-handed watch */
-
- void acDelay (int delay); /* set delay between frames */
-
- void acNext (void); /* idle-time call: advance cursor */
-